home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / SMTPCEMS.ZIP / STR.H < prev    next >
Encoding:
Text File  |  1998-02-10  |  132 b   |  5 lines

  1. void  StripCRLF(LPSTR);
  2. void  StringCopy(LPSTR, LPSTR, int);
  3. LPSTR StringChar(LPSTR, char);
  4. int   IsLeftString(LPSTR, LPSTR);
  5.